inputFile

@get:InputFile
@get:SkipWhenEmpty
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val inputFile: RegularFileProperty

Represents an input plugin.xml file.

By default, a plugin.xml file is picked from the main resources location, like: src/main/kotlin/resources/META-INF/plugin.xml.